All Questions
1 question
4votes
1answer
1kviews
Viterbi-like algorithm suggesting top-N probable state sequences implementation
Traditional Viterbi algorithm (say, for hidden Markov models) provides the most probable hidden state sequence given a sequence of observations. There probably is an algorithm for decoding top-N ...